-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools/update-go-azure-sdk
: updating both the Base Layer and Resource Manager submodules
#24602
tools/update-go-azure-sdk
: updating both the Base Layer and Resource Manager submodules
#24602
Conversation
This is needed as a part of hashicorp/pandora#3601 since we're going to be publishing multiple Go Modules at different paths - but the version number of each of them is going to be the same. As such this PR splits the determining and publishing of the Git Tag - such that the existing update tooling continues to work with minor changes (tracked in hashicorp/terraform-provider-azurerm#24602)
42784c3
to
35d0443
Compare
c232019
to
fade520
Compare
fade520
to
b528825
Compare
…e Manager submodules Dependent on (and can't be fully tested until) hashicorp/pandora#3601 is rolled out.
b528825
to
3f57f5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
This is also going to require changes to the Github Action in
hashicorp/go-azure-sdk
(automation-release.yaml#L34
) - where we're going to need to change how the Git Tag is determined, by pulling the latestsdk/
tag (and then trimming off thesdk/
prefix) to give us the version to update too, used by this tool.Dependent on #24636